projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8402317
)
* editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
author
Ken Raeburn
<raeburn@raeburn.org>
Mon, 20 May 2002 08:05:26 +0000
(08:05 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Mon, 20 May 2002 08:05:26 +0000
(08:05 +0000)
XSYMBOL and name field.
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index 86129c63698906eb6940283e772512ba5d813ae4..a2e2aaf269e3e468289b9876bfb9a17ed452296c 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-3213,7
+3213,7
@@
usage: (format STRING &rest OBJECTS) */)
{
/* Use a temp var to avoid problems when ENABLE_CHECKING
is turned on. */
- struct Lisp_String *t = XS
YMBOL (args[n])->name
;
+ struct Lisp_String *t = XS
TRING (SYMBOL_NAME (args[n]))
;
XSETSTRING (args[n], t);
if (STRING_MULTIBYTE (args[n]) && ! multibyte)
{